home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’96 / PredatorPrey / calc_activate.h < prev    next >
Text File  |  1996-06-22  |  168b  |  10 lines

  1. /* calc_activate.h */
  2.  
  3. #ifndef __CAC__
  4. #define __CAC__
  5.  
  6.         void    do_activate        (WindowPtr wPtr, Boolean is_activate);
  7.         
  8.         void     activate_seg    (void);
  9.  
  10. #endif    /*    __CAC__    */